NoSQL operator: userproc

Applies local AWK code to the NoSQL table received on STDIN.
If no local program file is specified, then a default file is
used.

Usage: userproc [options] [-f local-awk-script] [-f local-awk-script] ...

Options:
    --help (-h)
      Display this help text.

    --no-header (-N)
      Suppress the table header from output.

    --script (-f) 'file'
      Apply the custom AWK script contained in 'file'.
      This option can be repeated as many times as needed.

    --input (-i) 'file'
      Read input from 'file' instead of STDIN.

    --output (-o) 'file'
      Write output to 'file' instead of STDOUT.
Back